Replace nautilus_window_set_initiated_unmount() with an initiated-unmount signal
authorFederico Mena Quintero <federico@gnome.org>
Mon, 3 Oct 2011 16:51:46 +0000 (11:51 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Tue, 4 Sep 2012 01:53:11 +0000 (20:53 -0500)
commit644d8e4b642a1995a7eb75ac101a107891f70a3c
tree9c4f807e8fdaba16303893dd778243c795602321
parentacccb10fd7c7408d2b580ef14e03e3564b6d8e36
Replace nautilus_window_set_initiated_unmount() with an initiated-unmount signal

This signal just carries a boolean initiated_unmount argument, which
is meant to say True when the unmount/eject starts, and False when
the operation finishes.

We may want to rename all of this to unmount_started / stopped, etc.
I don't know if the caller needs to know about the mount_op in question,
or if it can be inferred from what the caller knows to be the current
shown location on the GtkPlacesSidebar.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkplacessidebar.c